object FrmAbout: TFrmAbout Left = 437 Top = 315 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About' ClientHeight = 370 ClientWidth = 325 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False ShowHint = True OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object LblVersion: TLabel Left = 19 Top = 46 Width = 47 Height = 13 Caption = 'Version ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label2: TLabel Left = 19 Top = 64 Width = 106 Height = 13 Caption = 'Copyright (C) 2002' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label4: TLabel Left = 11 Top = 111 Width = 32 Height = 13 Caption = 'E-Mail:' Transparent = True end object Label5: TLabel Left = 11 Top = 134 Width = 45 Height = 13 Caption = 'Web site:' Transparent = True end object LblEMail: TLabel Left = 74 Top = 111 Width = 95 Height = 13 Cursor = crHandPoint Caption = 'CDCheck@elpros.si' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False Transparent = True OnClick = LblEMailClick end object LblHomepage: TLabel Left = 74 Top = 134 Width = 125 Height = 13 Cursor = crHandPoint Caption = 'http://elpros.si/CDCheck/' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False Transparent = True OnClick = LblHomepageClick end object Label3: TLabel Left = 19 Top = 82 Width = 106 Height = 13 Caption = 'Author Mitja Perko' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object CDCheck: TLabel Left = 16 Top = 0 Width = 142 Height = 37 Caption = 'CDCheck' Font.Charset = EASTEUROPE_CHARSET Font.Color = 10841658 Font.Height = -32 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label1: TLabel Left = 11 Top = 331 Width = 69 Height = 13 Anchors = [akLeft, akBottom] Caption = 'Registration' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label6: TLabel Left = 11 Top = 348 Width = 28 Height = 13 Anchors = [akLeft, akBottom] Caption = 'Code:' Transparent = True end object Memo1: TMemo Left = 8 Top = 160 Width = 313 Height = 169 Ctl3D = False Lines.Strings = ( 'You can get additional information about the product on the web ' + 'site given above.' '' 'This includes:' '- FAQ (frequently asked questions)' '- up to date information on new versions (including beta version' + 's)' '- mailing list' '' 'If you find any bug please report it using the page on the web s' + 'ite or e-mail it directly to me.') ParentCtl3D = False ReadOnly = True TabOrder = 0 WordWrap = False end object SpdOK: TButton Left = 240 Top = 8 Width = 72 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object ECode: TEdit Left = 48 Top = 344 Width = 193 Height = 21 Anchors = [akLeft, akBottom] TabOrder = 2 Text = 'Enter here your registration code' end object BtnRegister: TButton Left = 248 Top = 342 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = 'Register!' TabOrder = 3 OnClick = BtnRegisterClick end end